home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / sips.pm < prev    next >
Text File  |  2002-08-19  |  87b  |  8 lines

  1. package URI::sips;
  2. require URI::sip;
  3. @ISA=qw(URI::sip);
  4.  
  5. sub default_port { 5061 }
  6.  
  7. 1;
  8.